.topmain{
    width: 100%;
}

.up-back {
    background: #ECF0F1;
}

.down-back {
    background: #BDC3C7;
    color: #fff;
}

.search-wrapper {
    display: none;
}

.my-card .cards-infoss h2 {
    text-align: center;
    font-weight: 700;
    background-color: #e9e8e7;
}

.top-left .my-card div:first-child a {
    color: #020000;
}

.top-left select {
    width: 66px;
    font-size: 16px;
    border: 0;
    height: 26px;
}

.user-box0 {
    position: absolute;
    z-index: 99999;
    left: 0%;
    top: 35px;
    display: none;
    width: 154px;
    height: 170px;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

.user-box0 li {
    width: 100%;
    text-align: center;
}

.user-box0 .my-grow {
    height: 164px;
    overflow-y: scroll;
}

.top-main-top {
    position: relative;
    padding: 10px 0;
    width: 670px;
	margin:5px 50px 0 50px;
}

.top-main-top-header {
    padding-top:10px;
}

.top-main-top-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
}

.top-main-top-header ul li {
    padding: 1% 1%;
    width: 44px;
    height: 25px;
    color: #ff3bff;
    background-color: #ffff;
    cursor: pointer;
    margin-right:0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.top-main-top-header ul li.headers-active {
    background-color: #ff3bff;
    color: #fff;
}

.fa-gray {
    margin: 0 2px;
    color: #9c9c9c;

}

.fa-orange {
    margin: 2px;
    color: #ff3bff;
}

.vertical-line {
    float: left;
    margin: 0 5px;
    color: #ccc;
}

.a-float-left {
    float: left;
    margin: 0 3px;
}

.fa-loc {
    float: right;
    margin: 10px 5px 0 0;
}

.top-wrapper {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eee;
    background-color: #f5f5f5;
}

.scroll-head {
    height: 35px;
    width: 100%;
}

.top-info {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: auto;
}

.top-left {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-left div:first-child {
    margin-right: 2%;
}
/*
.top-left div:first-child a {
    color: #ff3cff;
}
*/

.user-name {
    float: left;
    height: 36px;
    padding: 0 3px;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    line-height: 35px;
}

.down-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat center center;
}

.down-icon-circle {
    border-radius: 12px;
    background: #ff3bff url(../images/arrow.png) no-repeat center;
}

.run-up {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.run-down {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.msg-info {
    float: left;
    height: 36px;
    padding: 0 3px;
    line-height: 35px;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.user-name:hover {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.msg-info:hover {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.nav-hover {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.user-box,
.msg-box,
.my-taobao-box,
.shopping-box,
.get-box,
.center-box,

.search-toggle-box,
.search-toggle-box-scroll {
    position: absolute;
    z-index: 99999;
    left:0;
    top: 35px;
    display: none;
    width: 260px;
    /*height: 170px;*/
	height:auto;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}
.msg-box {
    left: 0;
    width: 250px;
    height: 180px;
    -webkit-box-shadow: 1px 1px 1px #dfdfdf;
    box-shadow: 1px 1px 1px #dfdfdf;
}

.msg-box h1 {
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 30px;
}

.pencil {
    position: absolute;
   left: 0;
    top: 10px;
}

.close-msg {
    margin-left: 85px;
    color: #ddd;
    cursor: pointer;
}

.close-msg:hover {
    color: #ff3bff;
}

.read-info {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #eee;
	line-height: 20px;
	padding:10px;
}

.read-info div {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    font-size:12px;
    color: #111;
    height: 24px;
    line-height: 24px;
}

.msg-setting a:first-child {
    margin: 0 10px;
}

.my-taobao-box {
    width: 94px;
    height: auto;
    left:0;
}

.my-taobao-box li {
    width: 95.5%;
    height: 28px;
    line-height: 28px;
    color: #6C6C6C;
    cursor: pointer;
    padding-left: 4.5%;
    font-size: 12px;
}

.my-taobao-box li:hover {
    background: #f3f3f3;
}

.shopping-box {
    width: auto;
    padding: 3px;
    height: 40px;
    /* line-height: 40px; */
    left: 0;    width: 317px;
    box-sizing: border-box;
}

.index-main-box-item-3-hedaer div span.yutaotao-text {}

.check-shopp {
    padding: 5px 5px;
    background: #ff3bff;
    color: #fff;
}

.check-shopp:hover {
    color: #fff;
}

.get-box {
    left: 0;
    width: 87px;
    height: 58px;
}

.get-box li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #6C6C6C;
    cursor: pointer;
}

.get-box li:hover {
    background: #f3f3f3;
}

.center-box {
    left: 0;
    width: 80px;
    height: auto;
}

.center-box li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #6c6c6c;
    text-align: center;
    cursor: pointer;
}

.center-box li:hover {
    background: #f3f3f3;
}

.nav-box{
	right: 0;
    width: 1200px;
    height: 300px;
    position: absolute;
    z-index: 99999;
    /* left:0; */
    top: 35px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

.right-shadow {
    -webkit-box-shadow: 1px 0 1px #dddddd;
    box-shadow: 1px 0 1px #dddddd;
}

.other-search {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.other-search>a {
    margin-right: 6px;
}

.more-other {
    padding: 2px 4px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-left: 3px;
}

.more-other:hover {
    background: #ff3bff;
    color: #fff;
}

.search-toggle-box {
    width: 53px;
    height: 39px;
    padding-left: 19px;
    line-height: 39px;
    text-align: left;
    cursor: pointer;
}

.search-toggle-box-scroll {
    top: 29px;
    padding-left: 19px;
    width: 53px;
    height: 30px;
    text-align: left;
    cursor: pointer;
    line-height: 30px;
}

.my-head {
    float: left;
    margin: 15px 5px 0 15px;
    border-radius: 80px;
}

.my-grow {
    float: right;
    margin: 5px 0 0 0;
    width: 148px;
    height: 85px;
}

.my-grow>h1 {
    float: right;
    margin-right: 8px;
    font-weight: lighter;
}

.my-grow h2 {
    line-height: 10px;
}

.my-grow p {
    clear: both;
}

.my-card {
    width: 95%;
    height: 55px;
    clear: both;
    margin: 5px auto;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.cards-info {
    margin-top: 10px;
    float: left;
    width: 204px;
    height: 100%;
    overflow: hidden;
}

.cards-info ul {
    width: 410px;
}

.cards-info li {
    float: left;
}

.toggle-box {
    float: right;
    width: 40px;
    height: 100%;
}

.toggle {
    margin: 24px auto;
    width: 31px;
    height: 12px;
    border: 1px solid #eee;
}

.arrow-left {
    margin: 0 4px;
    padding-right: 6px;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.arrow-right:hover,
.arrow-left:hover {
    color: #ff3bff;
    cursor: pointer;
}

.top-main {
    margin: 0px auto;
    width: 1190px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-main:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    width: 0;
}

.search-wrapper,
.search-wrapper-scroll {
    float: left;
    width: 730px;
    margin:0;
    height: 75%;
}

.search-wrapper-scroll {
    margin: 0;
}

.sub-nav-box li {
    display: inline-block;
    margin: 2px 2px;
    height: 25px;
    line-height: 25px;
    width: auto;
    text-align: center;
}

.sub-nav-box a {
    display: inline-block;
    height: 25px;
    text-align: center;
    padding: 0 3px;
}

.sub-nav-box a:hover {
    border-radius: 3px;
    background: #ff3bff;
    color: #fff;
}

.top-wrapper {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eee;
    background-color: #f5f5f5;
}


/*scroll-head*/

.scroll-head {
    height: 35px;
    width: 100%;
}


/*top-info*/

.top-info {
    width: 1190px;
    height: 100%;
    margin: auto;
    /*background: red;*/
}


/*top-left*/

.top-left {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
    line-height: 35px;
}


/*user-name*/

.user-name {
    float: left;
    height: 36px;
    padding: 0 3px;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    line-height: 35px;
}


/*down-icon*/

.down-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat center center;
}


/*down-icon-circle*/

.down-icon-circle {
    border-radius: 12px;
    background: #f40 url(../images/arrow.png) no-repeat center;
}

.run-up {
    transition-duration: .5s;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.run-down {
    transition-duration: .5s;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


/*msg-info*/

.msg-info {
    float: left;
    height: 36px;
    padding: 0 3px;
    line-height: 35px;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.user-name:hover {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.msg-info:hover {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}


/*my-grow*/

.my-grow {
    float: right;
    margin: 5px 0 0 0;
    width: 148px;
    height: 85px;
}

.my-grow>h1 {
    float: right;
    margin-right: 8px;
    font-weight: lighter;
}

.my-grow h2 {
    line-height: 10px;
}

.my-grow p {
    clear: both;
}


/*my-head*/

.my-head {
    float: left;
    margin: 15px 5px 0 15px;
    border-radius: 80px;
}


/*my-card*/

.my-card {
    width: 95%;
    height: 55px;
    clear: both;
    margin: 5px auto;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.cards-info {
    margin-top: 10px;
    float: left;
    width: 204px;
    height: 100%;
    overflow: hidden;
}

.cards-info ul {
    width: 410px;
}

.cards-info li {
    float: left;
}

.toggle-box {
    float: right;
    width: 40px;
    height: 100%;
}


/*msg-setting*/

.msg-setting a:first-child {
    margin: 0 10px;
}


/*right-shadow*/

.right-shadow {
    box-shadow: 1px 0 1px #dddddd;
}


/*other-search*/

.other-search {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.other-search>a {
    margin-right: 6px;
}


/*more-other*/

.more-other {
    padding: 2px 4px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-left: 3px;
}

.more-other:hover {
    background: #f40;
    color: #fff;
}


/*search-toggle-box*/

.search-toggle-box {
    width: 53px;
    height: 39px;
    padding-left: 19px;
    line-height: 39px;
    text-align: left;
    cursor: pointer;
}


/*.search-toggle-box-scroll*/

.search-toggle-box-scroll {
    top: 29px;
    padding-left: 19px;
    width: 53px;
    height: 30px;
    text-align: left;
    cursor: pointer;
    line-height: 30px;
}


/*toggle*/

.toggle {
    margin: 24px auto;
    width: 31px;
    height: 12px;
    border: 1px solid #eee;
}

.arrow-left {
    margin: 0 4px;
    padding-right: 6px;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.arrow-right:hover,
.arrow-left:hover {
    color: #f40;
    cursor: pointer;
}


/**********************top-main*************************/

.top-main {
    margin: 0px auto;
    width: 1190px;
    height: 70px;
}

.top-main:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    width: 0;
}

.top-main>img {
    float: left;
}


/*search-wrapper*/

.search-wrapper,
.search-wrapper-scroll {
    float: left;
    width: 100%;
    height: 25px;
}

.search-wrapper-scroll {
    margin: 0;
    /*height: 29px;*/
}


/*search-toggle*/

.search-toggle,
.search-toggle-scroll {
    float: left;
    width: 72px;
    height: 40px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}

.search-toggle-scroll {
    height: 29px;
    line-height: 29px;
}


/******************scroll-search*******************/

.scroll-search {
    display: none;
    position: relative;
    z-index: 8888;
    margin: auto;
    padding-top: 10px;
    clear: both;
    width: 100%;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 2px #eee;
}

.search-litter {
    width: 1190px;
    margin: auto;
}


/*scroll-logo*/

.scroll-logo {
    float: left;
    margin-right: 15%;
}


/* new */

.fa-gray {
    margin: 0 2px;
    color: #9c9c9c;
}

.fa-orange {
    margin: 2px;
    color: #f40;
}

.vertical-line {
    float: left;
    margin: 0 5px;
    color: #ccc;
}

.a-float-left {
    float: left;
    margin: 0 3px;
}

.fa-loc {
    float: right;
    margin: 10px 5px 0 0;
}

.fa-user-loc {
    font-size: 12px;
    margin-right: 10px;
}

.search-box,
.search-box-scroll {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #3497ce;
}

.search-box-scroll {
    height: 29px;
}

.search-toggle,
.search-toggle-scroll {
    float: left;
    width: 72px;
    height: 40px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}

.search-toggle-scroll {
    height: 29px;
    line-height: 29px;
}

.search-in,
.search-in-scroll {
    width: 82%;
    height: 100%;
    padding-left: 26px;
    border: none;
    outline: none;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-image: url(../images/s.png);
    background-position: 2px 6px;
    background-repeat: no-repeat;
    background-size: 4.5%;
}

.search-in-scroll {
    height: 27px;
    line-height: 27px;
}


/*msg-box*/

.msg-box {
    left:0;
    width: 250px;
    height: 180px;
    box-shadow: 1px 1px 1px #dfdfdf;
}


/*sub-nav-right*/

.sub-nav-right {
    float: left;
    padding-right: 10px;
    width: 340px;
    height: 420px;
    border-right: 1px solid #eee;
}

.sub-nav-left {
    float: right;
    padding-left: 10px;
    width: 330px;
    height: 420px;
}

.cell-box {
    width: 100%;
    height: 116px;
    margin-top: 16px;
    border-bottom: 1px dashed #eee;
}

.cell-box>h1 {
    margin-bottom: 10px;
}


/*msg-box*/

.msg-box h1 {
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 30px;
}

.pencil {
    position: absolute;
    left: 0;
    top: 10px;
}

.close-msg {
    margin-left: 85px;
    color: #ddd;
    cursor: pointer;
}

.close-msg:hover {
    color: #f40;
}

.search-but,
.search-but-scroll {
    width: 90px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    letter-spacing: 5px;
    background: #3497ce;
    cursor: pointer;
    color: #fff;
}

.search-but-scroll {
    height: 29px;
    line-height: 29px;
}

.sub-nav-cell {
    float: left;
    width: 396px;
    padding-left: 15px;
    height: 100%;
    border-right: 1px solid #eee;
}

.sub-nav-cell:last-child {
    border-right: none;
}

.sub-nav-cell>h3 {
    margin-bottom: 7px;
    font-size: 15px;
}

.hight-search {
    display: inline-block;
    height: 32px;
    line-height: 15px;
    padding-top: 8px;
}

/*two-code*/
.two-code {
    float: right;
    position: relative;
    width: 210px;
    height: 109px;
    text-align: right;
    padding: 15px 0 0 0;
}

.two-code img {
    width:210px;
	height:auto;
}

/*close-code*/
.close-code {
    position: absolute;
    top: -1px;
    left: -21px;
    width: 19px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #eee;
    font-size: 12px;
    color: #d8d8d8;
    cursor: pointer;
}

.close-code:hover {
    border-color: #ff3bff;
    background: #ff3bff;
    color: #fff;
}

.two-code>h3 {
    margin: 9px 0;
    font-size: 12px;
    text-align: center;
    color: #ff3bff;
}

.scroll-search {
    display: none;
    position: relative;
    z-index: 8888;
    margin: auto;
    padding-top: 10px;
    clear: both;
    width: 100%;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 2px #eee;
    box-shadow: 0 2px 2px #eee;
}

.search-litter {
    width: 1190px;
    margin: auto;
}

.scroll-logo {
    float: left;
    margin-right: 15%;
}


/* 导航  */

.navs {
    width: 100%;
    background-color: #3497ce;
    margin-top: 2%;
}

.navs .nav-boxsing {
    width: 1200px;
    min-width: 1200px;
    height: 36px;
    margin: 0 auto;
}

.navs .nav-boxsing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.navs .nav-boxsing ul li:first-child {
    width: 188px;
    padding: 0.6% 0;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /*background-color: #0b79b6;*/
}

.navs .nav-boxsing ul li:hover {
    background-color: #0b79b6;
}

.navs .nav-boxsing ul li a {
    color: #fff;
    width: 85px;
    height: 100%;
    padding: 4% 0;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navs .nav-boxsing ul li {
    height: 100%;
    padding: 7px 0;
}

.navs .nav-boxsing ul li:nth-last-child(2) a {
    border-left: 1px solid #fff;
}


/* end */


/* top end */

.footer {
    width: 100%;
    margin: 20px auto 10px auto;
}

.about-youqinglianjie {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.about-youqinglianjie a {
    color: #111;
}

.footer-right {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tao-man {
    float: right;
}

.footer-nav {
    width: 1200px;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #b0b0b0;
    color: #dedede;
	font-size:12px;
    padding: 1% 0 1%;
    margin: 0 auto;
}

.newitemsslist .index-main-box-item-4-right-box-bottom-item-top {
    padding: 0;
}

.index-main-box-item-4-right-box-bottom-item-top p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 32px;
}

.newitemsslist .index-main-box-item-4-right-box-bottom-item-top p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 32px;
}

.footer-nav>a {
    margin: 5px 3px;
    padding: 1px 10px;
    border-right: 1px solid #232323;
    color: #232323;
    margin-left: 0;
    padding-left: 10px;
}

.about-tao {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.footer-right p span {
    margin: 0 5px;
}

.about-youqinglianjie div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.about-youqinglianjie div:first-child a {
	font-size:12px;
    margin-right: 1%;
}

.about-youqinglianjie div:last-child {
	margin:10px 0 0 0;
    font-size:12px;
	text-align: center;
}

.footer-bottoms {
    width: 100%;
    margin: 0 auto;
	font-size:12px;
}

.footer-top {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}

.footer-bottoms p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottoms p span {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.footer-bottoms p span img {
    width: 100%;
    height: 100%;
}

.help {
    width: 1190px;
    height: 110px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help-info {
    width: 245px;
    padding-left: 10px;
    height: 100px;
}

.help-info:last-child {
    border-right: none;
}

.help-info h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;
}

.help-info h1 img {
    width: 40px;
}

.help-text {
    vertical-align: top;
    font-size: 14px;
    margin-left: 9px;
    color: #111;
}

.help-a,
.help-a-litter {
    display: inline-block;
    margin: 10px 70px 0 5px;
}

.help-a-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.help-a-box a {
    color: #111;
    margin: 0;
    margin: 1% 2%;
    font-size: 12px;
}

.help-a-litter {
    margin: 10px 10px 0 5px;
}

.center-boxsings {
    /*background: url(../images/gz.png) #0a0120;
    background-size: 2%;
    background-repeat: repeat;*/
	background-color: #f0f0f0;
}

.bottom_end {
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.bottom_end span hr {
    border: 1px solid #111;
}

.bottom_end span {
    width: 4%;
    display: block;
    margin: 0 1%;
}

.bottom_end span:nth-child(2) {
    width: 3%;
    font-size: 16px;
}

/* shopping css */
.shopping-box {
    width: auto;
    padding: 3px;
    height:auto;
    /* line-height: 40px; */
    left: 0;    width: 317px;
    box-sizing: border-box;
}
.shopping-main{
    /* padding: 10px; */
}
.shopping-main-title{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}  
.shopping-main-text-ul{
    padding: 0%;
}
.shopping-main-text-ul li{
	display: block;
    margin-bottom: 10px;
}
/*
.shopping-main-text-ul li a{
    display: block;
}
*/
.shopping-main-text-ul-b {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.shopping-main-text-ul-b-i{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}
.shopping-main-text-ul-b-i img{
    width: 100%;
    height: 100%;
}
.shopping-main-text-ul-b-m{
    display: block;
    width: 25%;
    flex: 0 0 auto;
}
.shopping-main-text-ul-b-p {
	width:50%;
	margin: 0 5px;
	flex: 0 0 auto;
	padding: 2px 0;
}
.shopping-main-text-ul-b-p p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    width:100%;
    text-align: left;
    line-height: 1.2;   
    font-size: 12px;
}
.shopping-main-text-ul-b-p p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    width:100%;
    text-align: left;
    line-height: 1.2;
    font-size: 12px;
}
.shopping-main-text-ul-b-p p:first-child{
    min-height: 23px;
    font-weight: bold;
    margin-bottom: 7px;
}
.shopping-main-text-ul-b-m span{
    display: block;
    transform: rotate(0);
    text-align: right;
    line-height: 1.5;
}
.shopping-main-text-ul-b-m span:first-child{
    color: #f22e00;
    font-weight: bold;
    font-size: 12px;
}
.shopping-main-text-ul-b-m span:last-child{
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    line-height: 1.6;
}
div.shopping-box {
    width: auto;
    height: auto;
    text-align: right;
    /* line-height: 40px; */
    left: 0;
    width: 317px;
    box-sizing: border-box;
    padding: 10px;
}
.none-shoppings-title{
    text-align: center;
    display: block;
}
.none-shoppings-title{
    transform: rotate(0deg);
    display: block;
}
.shopping-box-none .run-up{
    transform: rotate(0deg);
}
.shopping-box-none .run-down{
    transform: rotate(0deg);
}
/* end */


/* footer end */
.orange {
    color: #f40;
}
.green-sp {
    color: #a0b959;
}
.red-now {
    color: #df61ab;
}
.sub-nav {
    position: relative;
    margin: 25px auto;
    width: 1190px;
    height: 88px;
    overflow: hidden;
}
.user-name1{
    float: left;
    height: 36px;
    padding: 0 3px;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    line-height: 35px;
}
.msg-info1{
    float: left;
    height: 36px;
    padding: 0 3px;
    line-height: 35px;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.top-left{
    display: none;
}
.showdiv{
    display: block;   
}
.position-r {
    position: relative;
}


/* 下拉菜单css 20200325*/
.top-left{
    display: none;
}
/* .position-r {
    position: relative;
} */
.user-name-boxsing{
    position: relative;
	border:0;
}
.showdiv{
    display: flex;
    justify-content: flex-start;
    align-items: center;
} .user-name{
    float: none;
}
.top-right {
    position: relative;
    float: none;
    height: 100%;
    line-height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.two-lefts-top{
    width:auto;
}
.one-lefts-top{
    width:auto;
}
.tree-left-top{
    width: auto;
}
.top-left div:first-child {
    margin-right: 0;
}
.user-box0 {
    position: absolute;
    z-index: 99999;
    left: -8%;
    top: 35px;
    display: none;
    width: 154px;
    height: 170px;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}
.user-box{
    position: absolute;
    z-index: 99999;
    left: -5%;
    top: 35px;
    display: none;
    width: 260px;
    height: 170px;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}
.msg-box {
    left: -4px;
    width: 250px;
    height: 180px;
    box-shadow: 1px 1px 1px #dfdfdf;
}
.my-taobao-box {
    width: 94px;
    height: auto;
    left: -4px;
}
div.shopping-box {
    width: auto;
    height: auto;
    text-align: right;
    /* line-height: 40px; */
    left: -4px;
    width: 317px;
    box-sizing: border-box;
    padding: 10px;
}
.get-box {
    left: -4px;
    width: 87px;
    height: 58px;
}
.center-box {
    left: -4px;
    width: 80px;
    min-height: 58px;
	height:auto;
}
.nav-box {
    right: -4px;
    width: 1203px;
    height: 219px;
}
.center{text-align:center;}

.back-to-creative {
    display: block;
    width: 41px;
    height: 41px;
    position: fixed;
    bottom: 205px;
    left: 50%;
    margin-left: 620px;
    z-index: 999;
    /*background: url(./../images/chat-flow.png) no-repeat 0px 10px/20px 20px;*/
    border-radius: 4px;
    cursor: pointer;
	background-color: #a23bfe;
	font-size:13px;
	padding:5px 0 0 0;
	text-align:center;
}
.back-to-creative a {
	color: #fff;
}

.chat-message {
    display: block;
    width: 41px;
    height: 41px;
    position: fixed;
    bottom: 160px;
    left: 50%;
    margin-left: 620px;
    z-index: 20;
    border-radius: 4px;
    cursor: pointer;
	background-color: #dddddd;
	text-align:center;
}
.chat-message .nomsg{
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../images/chat-flow.png) no-repeat;
	background-size:60%;
	margin:8px 0 0 8px;
}
.chat-message .newmsg{
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../images/chat-new.gif) no-repeat;
	background-size:60%;
	margin:8px 0 0 8px;
}

.go-top {
    display: none;
    width: 41px;
    height: 41px;
    position: fixed;
    bottom: 115px;
    left: 50%;
    margin-left: 620px;
    z-index: 10;
    background: #dddddd;
    border-radius: 4px;
    cursor: pointer;
}
.go-top i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_arrow_up.png) no-repeat;
	background-size: 100%;
    margin: 10px 10px;
}
.footer-bottoms-p a{color:#111;padding-left:6px;}

.top-main .logo{
    width:220px;
	height:100px;
	padding:2px 0 0 0;
}
.top-main .logo img{width:200px;height:auto;}

.navs .nav-boxsing ul li a {
    color: #fff;
	width: 126px;
    height: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 1px 0;
	font-family: "webfont" !important;
    font-size: 16px;
    font-style: normal;
}
.navs .nav-boxsing ul li .ztzx {
    width: 188px;
    padding: 1px 0;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.navs .nav-boxsing ul li:nth-last-child(2) a {
    border-left: 0px solid #fff;
}
.nav-active{
    background-color: #0b79b6;
}
.navs .nav-boxsing ul li.nav-active a{
    color: #fff;
}
.top-main-img {
    width: 12%;
    height: 61%;
    margin: 2% 0;
}
.index-main-box-item-end {
	padding-top:40px;
}
.footer-top {
    margin-bottom: 5px;
}
.footer-bottoms-p {
    padding-bottom: 5px;
}
h1,h2,h3,h4,h5,h6{font-weight:400}
button{cursor:pointer;}
.top-info{font-size:12px;}
.my-taobao-box,.get-box{text-align:left;}
.center-box li{text-align: left;padding-left:6px;}
.get-box{height: 30px;}
.nav-box{
    width: 1200px;
    height: auto;
    position: absolute;
    z-index: 99999;
    /* left:0; */
    top: 35px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    background: #fff;
}
.sub-nav {
    position: relative;
    margin: 25px auto;
    width: 1190px;
    height: auto;
    overflow: hidden;
}
.my-grow{text-align:left;}
.my-card{height:auto;}
.msg-setting{text-align:right;}